home *** CD-ROM | disk | FTP | other *** search
/ Eragon Print Studio / Eragon Print Studio.iso / Eragon.msi / SPACESTREAM.PrintStudio.exe.config < prev    next >
Extensible Markup Language  |  2006-11-02  |  3KB  |  54 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <configSections>
  4.     <sectionGroup name="PrintStudioSettings">
  5.       <section name="LanguageSettings" type="System.Configuration.DictionarySectionHandler" />
  6.       <section name="ThemeSettings" type="SPACESTREAM.Configuration.XmlSerializerSectionHandler, SPACESTREAM.Configuration" />
  7.       <section name="SupportedPaperSizeSettings" type="SPACESTREAM.Configuration.XmlSerializerSectionHandler, SPACESTREAM.Configuration" />
  8.       <section name="ControlSkinSettings" type="SPACESTREAM.Configuration.XmlSerializerSectionHandler, SPACESTREAM.Configuration" />
  9.     </sectionGroup>
  10.   </configSections>
  11.   <PrintStudioSettings>
  12.     <LanguageSettings>
  13.       <add key="English" value="English.xml" />
  14.     </LanguageSettings>
  15.     <ThemeSettings type="SPACESTREAM.Configuration.ThemeSettings, SPACESTREAM.Configuration">
  16.       <Themes>
  17.         <Theme ThemeID="CreativeStudio" ImportImage="true" />
  18.       </Themes>
  19.     </ThemeSettings>
  20.     <SupportedPaperSizeSettings type="SPACESTREAM.Configuration.SupportedPaperSizeSettings, SPACESTREAM.Configuration">
  21.       <SupportedPaperSizes>
  22.         <SupportedPaperSize Name="Letter" />
  23.         <SupportedPaperSize Name="Number10Envelope" />
  24.         <SupportedPaperSize Name="A4" />
  25.         <SupportedPaperSize Name="A5" />
  26.         <SupportedPaperSize Name="C4Envelope" />
  27.         <SupportedPaperSize Name="C5Envelope" />
  28.         <SupportedPaperSize Name="C6Envelope" />
  29.         <SupportedPaperSize Name="DLEnvelope" />
  30.       </SupportedPaperSizes>
  31.     </SupportedPaperSizeSettings>
  32.     <ControlSkinSettings type="SPACESTREAM.Configuration.ControlSkinSettings, SPACESTREAM.Configuration">
  33.       <ControlSkins>
  34.         <ControlSkin Type="System.Windows.Forms.Form">
  35.           <BackColour>Black</BackColour>
  36.         </ControlSkin>
  37.       </ControlSkins>
  38.     </ControlSkinSettings>
  39.   </PrintStudioSettings>
  40.   <appSettings>
  41.     <add key="DefaultLanguageID" value="English" />
  42.     <add key="DefaultThemeID" value="CreativeStudio" />
  43.     <add key="DefaultFontName" value="Arial" />
  44.     <add key="QuickStartGuideFileName" value="QuickStartGuide.ps" />
  45.     <add key="UserID" value="" />
  46.     <add key="IconFileName" value="Eragon.ico" />
  47.     <add key="LegalLine" value="ERAGON TM % ┬⌐ 2006 Twentieth Century Fox Film Corporation. All rights reserved." />
  48.     <add key="WorkSurfaceFileName" value="work_surface.jpg" />
  49.     <add key="WorkSurfaceX" value="331" />
  50.     <add key="WorkSurfaceY" value="51" />
  51.     <add key="WebSiteURL" value="http://www.dell.com/printstudio" />
  52.     <add key="DisplayFileNames" value="false" />
  53.   </appSettings>
  54. </configuration>